11. Wireshark & HTTP

Request

Below At line 4 we are trying to get download.html via HTTP protocol 1.1

3ee7051d08c3d30485fa029506a2dd05.png

Some Headers:

Response

16475fe67ddcf5b7abefd6e481abd16c.png

At line 6 server was able to found that page and sent us HTTP status code 200

The file is transfered using TCP packets.

We can also see that server is using Apache, content type is HTML, how long is the content length is.